This sample demonstrates some of the capabilities available when using the
The sample implements a simple bubble sort algorithm. A dialog is displayed to visually show the sorting process and to allow the user to step through the sort.
The sample builds this algorithm into a library named StlClrLibray. This library contains both managed and native code, and the algorithm can be called via managed code or marshalled into the native code version of the algorithm.
To build and run this sample
Open the solution file, StlClr Sample.sln, in the Visual Studio development environment.
From the Build menu, click Build Solution.
From the Debug menu, click Start Without Debugging.